@charset "utf-8";
/* CSS Document */

/************发展历程*******************/
#timeline {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	background: url('../images/doot.jpg') left 44px repeat-x;
	margin-top: 40px
}
#dates {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0
}
#dates li {
	list-style: none;
	float: left;
	width: 200px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	color: #18444e
}
#dates a:hover {
	text-decoration: none
}
#dates .selected {
	font-size: 28px;
	color: #0097bd
}
#issues {
	min-height: 100px;
	overflow: hidden;
	margin-top: 100px;
	background: #213235;
	padding: 40px
}
#issues li {
	min-height: 100px;
	float: left;
	padding: 0 !important;
}
#issues li h1 {
	color: #fff;
	display: block;
	font-size: 40px;
	font-weight: bold
}
#issues li h1 span {
	font-size: 20px;
	color: #fff
}
#issues li p {
	font-size: 14px;
	color: #fff;
}
#next, #prev {
	position: absolute;
	top: 27px;
	font-size: 70px;
	width: 34px;
	height: 34px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next {
	right: 0px;
	background-image: url('../images/about_05.png');
	background-size: 100% 100%;
}
#prev {
	left: 0;
	background-image: url('../images/about_03.png');
	background-size: 100% 100%;
}

@media(min-width:1200px) {
.container {
	max-width: 1170px;
}
}

@media (min-width: 992px) {
.col-md-12 {
	width: 100%;
}
}

@media (min-width: 992px) {
.container {
	max-width: 970px;
}
}

@media (min-width: 768px) {
.container {
	max-width: 750px;
}
}

@media(max-width:997px) {
#issues li h1, #issues li p {
	padding: 0 50px;
}
}

@media(max-width:600px) {
#issues li {
	width: 400px
}
#issues li h1, #issues li p {
	padding: 0 50px;
}
#issues {
	padding: 40px 0
}
}
